Hệ thống quản lý bệnh viện bằng C# với mã nguồn

1 namespace HospitalManagementSystemCSharp
2 {
3     
partial class RoomInfo
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             
this.label3 = new System.Windows.Forms.Label();
33             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
34             
this.textBox1 = new System.Windows.Forms.TextBox();
35             
this.label1 = new System.Windows.Forms.Label();
36             
this.label2 = new System.Windows.Forms.Label();
37             
this.label4 = new System.Windows.Forms.Label();
38             
this.label5 = new System.Windows.Forms.Label();
39             
this.label6 = new System.Windows.Forms.Label();
40             
this.label7 = new System.Windows.Forms.Label();
41             
this.textBox2 = new System.Windows.Forms.TextBox();
42             
this.textBox3 = new System.Windows.Forms.TextBox();
43             
this.textBox4 = new System.Windows.Forms.TextBox();
44             
this.textBox5 = new System.Windows.Forms.TextBox();
45             
this.textBox6 = new System.Windows.Forms.TextBox();
46             
this.button2 = new System.Windows.Forms.Button();
47             
this.button1 = new System.Windows.Forms.Button();
48             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
49             
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
50             
this.buildingDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
51             
this.rtypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             
this.rnoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             
this.nobedDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             
this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             
this.rstatusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             
this.roomBindingSource = new System.Windows.Forms.BindingSource(this.components);
57             
this.hospitalDataSet2 = new HospitalManagementSystemCSharp.hospitalDataSet2();
58             
this.roomTableAdapter = new HospitalManagementSystemCSharp.hospitalDataSet2TableAdapters.roomTableAdapter();
59             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
60             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
61             ((System.ComponentModel.ISupportInitialize)(
this.roomBindingSource)).BeginInit();
62             ((System.ComponentModel.ISupportInitialize)(
this.hospitalDataSet2)).BeginInit();
63             
this.SuspendLayout();
64             
//
65             
// label3
66             
//
67             
this.label3.AutoSize = true;
68             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
69             
this.label3.ForeColor = System.Drawing.Color.IndianRed;
70             
this.label3.Location = new System.Drawing.Point(182, 26);
71             
this.label3.Name = "label3";
72             
this.label3.Size = new System.Drawing.Size(174, 24);
73             
this.label3.TabIndex = 115;
74             
this.label3.Text = "Room Information";
75             
//
76             
// pictureBox1
77             
//
78             
this.pictureBox1.Image = global::HospitalManagementSystemCSharp.Properties.Resources.hms2;
79             
this.pictureBox1.Location = new System.Drawing.Point(417, 12);
80             
this.pictureBox1.Name = "pictureBox1";
81             
this.pictureBox1.Size = new System.Drawing.Size(120, 56);
82             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
83             
this.pictureBox1.TabIndex = 116;
84             
this.pictureBox1.TabStop = false;
85             
//
86             
// textBox1
87             
//
88             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
89             
this.textBox1.Location = new System.Drawing.Point(249, 82);
90             
this.textBox1.Name = "textBox1";
91             
this.textBox1.Size = new System.Drawing.Size(139, 22);
92             
this.textBox1.TabIndex = 118;
93             
//
94             
// label1
95             
//
96             
this.label1.AutoSize = true;
97             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
98             
this.label1.Location = new System.Drawing.Point(138, 85);
99             
this.label1.Name = "label1";
100             
this.label1.Size = new System.Drawing.Size(88, 16);
101             
this.label1.TabIndex = 117;
102             
this.label1.Text = "Building No";
103             
//
104             
// label2
105             
//
106             
this.label2.AutoSize = true;
107             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
108             
this.label2.Location = new System.Drawing.Point(137, 147);
109             
this.label2.Name = "label2";
110             
this.label2.Size = new System.Drawing.Size(89, 16);
111             
this.label2.TabIndex = 119;
112             
this.label2.Text = "Room Type";
113             
//
114             
// label4
115             
//
116             
this.label4.AutoSize = true;
117             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118             
this.label4.Location = new System.Drawing.Point(153, 207);
119             
this.label4.Name = "label4";
120             
this.label4.Size = new System.Drawing.Size(73, 16);
121             
this.label4.TabIndex = 120;
122             
this.label4.Text = "Room No";
123             
//
124             
// label5
125             
//
126             
this.label5.AutoSize = true;
127             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
128             
this.label5.Location = new System.Drawing.Point(143, 267);
129             
this.label5.Name = "label5";
130             
this.label5.Size = new System.Drawing.Size(83, 16);
131             
this.label5.TabIndex = 121;
132             
this.label5.Text = "No. Of Bed";
133             
//
134             
// label6
135             
//
136             
this.label6.AutoSize = true;
137             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
138             
this.label6.Location = new System.Drawing.Point(182, 325);
139             
this.label6.Name = "label6";
140             
this.label6.Size = new System.Drawing.Size(44, 16);
141             
this.label6.TabIndex = 122;
142             
this.label6.Text = "Price";
143             
//
144             
// label7
145             
//
146             
this.label7.AutoSize = true;
147             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
148             
this.label7.Location = new System.Drawing.Point(175, 379);
149             
this.label7.Name = "label7";
150             
this.label7.Size = new System.Drawing.Size(51, 16);
151             
this.label7.TabIndex = 123;
152             
this.label7.Text = "Status";
153             
//
154             
// textBox2
155             
//
156             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
157             
this.textBox2.Location = new System.Drawing.Point(249, 144);
158             
this.textBox2.Name = "textBox2";
159             
this.textBox2.Size = new System.Drawing.Size(139, 22);
160             
this.textBox2.TabIndex = 124;
161             
//
162             
// textBox3
163             
//
164             
this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
165             
this.textBox3.Location = new System.Drawing.Point(249, 204);
166             
this.textBox3.Name = "textBox3";
167             
this.textBox3.Size = new System.Drawing.Size(139, 22);
168             
this.textBox3.TabIndex = 125;
169             
//
170             
// textBox4
171             
//
172             
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
173             
this.textBox4.Location = new System.Drawing.Point(249, 264);
174             
this.textBox4.Name = "textBox4";
175             
this.textBox4.Size = new System.Drawing.Size(139, 22);
176             
this.textBox4.TabIndex = 126;
177             
//
178             
// textBox5
179             
//
180             
this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
181             
this.textBox5.Location = new System.Drawing.Point(249, 322);
182             
this.textBox5.Name = "textBox5";
183             
this.textBox5.Size = new System.Drawing.Size(139, 22);
184             
this.textBox5.TabIndex = 127;
185             
//
186             
// textBox6
187             
//
188             
this.textBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
189             
this.textBox6.Location = new System.Drawing.Point(249, 376);
190             
this.textBox6.Name = "textBox6";
191             
this.textBox6.Size = new System.Drawing.Size(139, 22);
192             
this.textBox6.TabIndex = 128;
193             
//
194             
// button2
195             
//
196             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
197             
this.button2.Location = new System.Drawing.Point(286, 427);
198             
this.button2.Name = "button2";
199             
this.button2.Size = new System.Drawing.Size(83, 27);
200             
this.button2.TabIndex = 163;
201             
this.button2.Text = "Reset";
202             
this.button2.UseVisualStyleBackColor = true;
203             
this.button2.Click += new System.EventHandler(this.button2_Click);
204             
//
205             
// button1
206             
//
207             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
208             
this.button1.Location = new System.Drawing.Point(178, 427);
209             
this.button1.Name = "button1";
210             
this.button1.Size = new System.Drawing.Size(73, 27);
211             
this.button1.TabIndex = 162;
212             
this.button1.Text = "Add";
213             
this.button1.UseVisualStyleBackColor = true;
214             
this.button1.Click += new System.EventHandler(this.button1_Click);
215             
//
216             
// dataGridView1
217             
//
218             
this.dataGridView1.AutoGenerateColumns = false;
219             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
220             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
221             
this.idDataGridViewTextBoxColumn,
222             
this.buildingDataGridViewTextBoxColumn,
223             
this.rtypeDataGridViewTextBoxColumn,
224             
this.rnoDataGridViewTextBoxColumn,
225             
this.nobedDataGridViewTextBoxColumn,
226             
this.priceDataGridViewTextBoxColumn,
227             
this.rstatusDataGridViewTextBoxColumn});
228             
this.dataGridView1.DataSource = this.roomBindingSource;
229             
this.dataGridView1.Location = new System.Drawing.Point(12, 460);
230             
this.dataGridView1.Name = "dataGridView1";
231             
this.dataGridView1.Size = new System.Drawing.Size(525, 124);
232             
this.dataGridView1.TabIndex = 164;
233             
//
234             
// idDataGridViewTextBoxColumn
235             
//
236             
this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
237             
this.idDataGridViewTextBoxColumn.HeaderText = "Id";
238             
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
239             
this.idDataGridViewTextBoxColumn.ReadOnly = true;
240             
//
241             
// buildingDataGridViewTextBoxColumn
242             
//
243             
this.buildingDataGridViewTextBoxColumn.DataPropertyName = "building";
244             
this.buildingDataGridViewTextBoxColumn.HeaderText = "building";
245             
this.buildingDataGridViewTextBoxColumn.Name = "buildingDataGridViewTextBoxColumn";
246             
//
247             
// rtypeDataGridViewTextBoxColumn
248             
//
249             
this.rtypeDataGridViewTextBoxColumn.DataPropertyName = "r_type";
250             
this.rtypeDataGridViewTextBoxColumn.HeaderText = "r_type";
251             
this.rtypeDataGridViewTextBoxColumn.Name = "rtypeDataGridViewTextBoxColumn";
252             
//
253             
// rnoDataGridViewTextBoxColumn
254             
//
255             
this.rnoDataGridViewTextBoxColumn.DataPropertyName = "r_no";
256             
this.rnoDataGridViewTextBoxColumn.HeaderText = "r_no";
257             
this.rnoDataGridViewTextBoxColumn.Name = "rnoDataGridViewTextBoxColumn";
258             
//
259             
// nobedDataGridViewTextBoxColumn
260             
//
261             
this.nobedDataGridViewTextBoxColumn.DataPropertyName = "no_bed";
262             
this.nobedDataGridViewTextBoxColumn.HeaderText = "no_bed";
263             
this.nobedDataGridViewTextBoxColumn.Name = "nobedDataGridViewTextBoxColumn";
264             
//
265             
// priceDataGridViewTextBoxColumn
266             
//
267             
this.priceDataGridViewTextBoxColumn.DataPropertyName = "price";
268             
this.priceDataGridViewTextBoxColumn.HeaderText = "price";
269             
this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
270             
//
271             
// rstatusDataGridViewTextBoxColumn
272             
//
273             
this.rstatusDataGridViewTextBoxColumn.DataPropertyName = "r_status";
274             
this.rstatusDataGridViewTextBoxColumn.HeaderText = "r_status";
275             
this.rstatusDataGridViewTextBoxColumn.Name = "rstatusDataGridViewTextBoxColumn";
276             
//
277             
// roomBindingSource
278             
//
279             
this.roomBindingSource.DataMember = "room";
280             
this.roomBindingSource.DataSource = this.hospitalDataSet2;
281             
//
282             
// hospitalDataSet2
283             
//
284             
this.hospitalDataSet2.DataSetName = "hospitalDataSet2";
285             
this.hospitalDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
286             
//
287             
// roomTableAdapter
288             
//
289             
this.roomTableAdapter.ClearBeforeFill = true;
290             
//
291             
// RoomInfo
292             
//
293             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
294             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
295             
this.ClientSize = new System.Drawing.Size(551, 596);
296             
this.Controls.Add(this.dataGridView1);
297             
this.Controls.Add(this.button2);
298             
this.Controls.Add(this.button1);
299             
this.Controls.Add(this.textBox6);
300             
this.Controls.Add(this.textBox5);
301             
this.Controls.Add(this.textBox4);
302             
this.Controls.Add(this.textBox3);
303             
this.Controls.Add(this.textBox2);
304             
this.Controls.Add(this.label7);
305             
this.Controls.Add(this.label6);
306             
this.Controls.Add(this.label5);
307             
this.Controls.Add(this.label4);
308             
this.Controls.Add(this.label2);
309             
this.Controls.Add(this.textBox1);
310             
this.Controls.Add(this.label1);
311             
this.Controls.Add(this.pictureBox1);
312             
this.Controls.Add(this.label3);
313             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
314             
this.MaximizeBox = false;
315             
this.Name = "RoomInfo";
316             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
317             
this.Text = "RoomInfo";
318             
this.Load += new System.EventHandler(this.RoomInfo_Load);
319             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
320             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
321             ((System.ComponentModel.ISupportInitialize)(
this.roomBindingSource)).EndInit();
322             ((System.ComponentModel.ISupportInitialize)(
this.hospitalDataSet2)).EndInit();
323             
this.ResumeLayout(false);
324             
this.PerformLayout();
325
326         }
327
328         
#endregion
329
330         
private System.Windows.Forms.PictureBox pictureBox1;
331         
private System.Windows.Forms.Label label3;
332         
private System.Windows.Forms.TextBox textBox1;
333         
private System.Windows.Forms.Label label1;
334         
private System.Windows.Forms.Label label2;
335         
private System.Windows.Forms.Label label4;
336         
private System.Windows.Forms.Label label5;
337         
private System.Windows.Forms.Label label6;
338         
private System.Windows.Forms.Label label7;
339         
private System.Windows.Forms.TextBox textBox2;
340         
private System.Windows.Forms.TextBox textBox3;
341         
private System.Windows.Forms.TextBox textBox4;
342         
private System.Windows.Forms.TextBox textBox5;
343         
private System.Windows.Forms.TextBox textBox6;
344         
private System.Windows.Forms.Button button2;
345         
private System.Windows.Forms.Button button1;
346         
private System.Windows.Forms.DataGridView dataGridView1;
347         
private hospitalDataSet2 hospitalDataSet2;
348         
private System.Windows.Forms.BindingSource roomBindingSource;
349         
private hospitalDataSet2TableAdapters.roomTableAdapter roomTableAdapter;
350         
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
351         
private System.Windows.Forms.DataGridViewTextBoxColumn buildingDataGridViewTextBoxColumn;
352         
private System.Windows.Forms.DataGridViewTextBoxColumn rtypeDataGridViewTextBoxColumn;
353         
private System.Windows.Forms.DataGridViewTextBoxColumn rnoDataGridViewTextBoxColumn;
354         
private System.Windows.Forms.DataGridViewTextBoxColumn nobedDataGridViewTextBoxColumn;
355         
private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
356         
private System.Windows.Forms.DataGridViewTextBoxColumn rstatusDataGridViewTextBoxColumn;
357     }
358 }


Gõ tìm kiếm nhanh...